<input id="login" type="text" name="user" size="20" maxlength="50" value=" " onfocus="if(this.value==' ')this.value=''" onblur="if(this.value=='')this.value=' '" />
<input id="pass" type="password" name="password" size="20" maxlength="15" value=" " onfocus="if(this.value==' ')this.value=''" onblur="if(this.value=='')this.value=' '" />
<input id="regBtn" type="button" onclick="window.location='$REGISTER_LINK$'" value="" />
<input id="logBtn" name="sbm" type="submit" value="" />